Autogenerated HTML docs for v1.5.0-rc4-359-g07fe
diff --git a/git-fast-import.html b/git-fast-import.html index 4a20ade..49d8127 100644 --- a/git-fast-import.html +++ b/git-fast-import.html
@@ -663,16 +663,15 @@ See “Date Formats” above for the set of supported formats, and their syntax.</p> <h4><tt>from</tt></h4> -<p>Only valid for the first commit made on this branch by this -fast-import process. The <tt>from</tt> command is used to specify the commit -to initialize this branch from. This revision will be the first -ancestor of the new commit.</p> -<p>Omitting the <tt>from</tt> command in the first commit of a new branch will -cause fast-import to create that commit with no ancestor. This tends to be -desired only for the initial commit of a project. Omitting the -<tt>from</tt> command on existing branches is required, as the current -commit on that branch is automatically assumed to be the first -ancestor of the new commit.</p> +<p>The <tt>from</tt> command is used to specify the commit to initialize +this branch from. This revision will be the first ancestor of the +new commit.</p> +<p>Omitting the <tt>from</tt> command in the first commit of a new branch +will cause fast-import to create that commit with no ancestor. This +tends to be desired only for the initial commit of a project. +Omitting the <tt>from</tt> command on existing branches is usually desired, +as the current commit on that branch is automatically assumed to +be the first ancestor of the new commit.</p> <p>As <tt>LF</tt> is not valid in a Git refname or SHA-1 expression, no quoting or escaping syntax is supported within <tt><committish></tt>.</p> <p>Here <tt><committish></tt> is any of the following:</p> @@ -1189,7 +1188,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 12-Feb-2007 07:15:19 UTC +Last updated 13-Feb-2007 05:16:08 UTC </div> </div> </body>
diff --git a/git-fast-import.txt b/git-fast-import.txt index 939ec46..445f6b8 100644 --- a/git-fast-import.txt +++ b/git-fast-import.txt
@@ -349,17 +349,16 @@ `from` ^^^^^^ -Only valid for the first commit made on this branch by this -fast-import process. The `from` command is used to specify the commit -to initialize this branch from. This revision will be the first -ancestor of the new commit. +The `from` command is used to specify the commit to initialize +this branch from. This revision will be the first ancestor of the +new commit. -Omitting the `from` command in the first commit of a new branch will -cause fast-import to create that commit with no ancestor. This tends to be -desired only for the initial commit of a project. Omitting the -`from` command on existing branches is required, as the current -commit on that branch is automatically assumed to be the first -ancestor of the new commit. +Omitting the `from` command in the first commit of a new branch +will cause fast-import to create that commit with no ancestor. This +tends to be desired only for the initial commit of a project. +Omitting the `from` command on existing branches is usually desired, +as the current commit on that branch is automatically assumed to +be the first ancestor of the new commit. As `LF` is not valid in a Git refname or SHA-1 expression, no quoting or escaping syntax is supported within `<committish>`.
diff --git a/git-merge.html b/git-merge.html index 2426cac..34c16de 100644 --- a/git-merge.html +++ b/git-merge.html
@@ -274,7 +274,7 @@ <div class="sectionbody"> <div class="verseblock"> <div class="content"><em>git-merge</em> [-n] [--no-commit] [--squash] [-s <strategy>]… - -m=<msg> <remote> <remote>…</div></div> + [-m <msg>] <remote> <remote>…</div></div> </div> <h2>DESCRIPTION</h2> <div class="sectionbody"> @@ -570,7 +570,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 19-Jan-2007 00:37:25 UTC +Last updated 13-Feb-2007 05:16:09 UTC </div> </div> </body>
diff --git a/git-merge.txt b/git-merge.txt index 3c08a6f..e53ff4b 100644 --- a/git-merge.txt +++ b/git-merge.txt
@@ -10,7 +10,7 @@ -------- [verse] 'git-merge' [-n] [--no-commit] [--squash] [-s <strategy>]... - -m=<msg> <remote> <remote>... + [-m <msg>] <remote> <remote>... DESCRIPTION -----------
diff --git a/git.html b/git.html index ea92c28..237c6d5 100644 --- a/git.html +++ b/git.html
@@ -2296,7 +2296,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 12-Feb-2007 07:15:22 UTC +Last updated 13-Feb-2007 05:16:10 UTC </div> </div> </body>